Login     Sign up
online
DeFender (@defender)
Join date: Oct 1st 2010
Community posts: 167
View Profile
Send Message

online , offline not showing

165 months ago
Jcow Master (@falcone)
Join date: Sep 2nd 2010
Community posts: 917
View Profile
Send Message

version 4.1

u.module.php

function show_sidebar

change

[code]
ass(array('content'=>'<center>'.$output.'</center>'));
[/code]

below
[code]
if (allow_access(3)) {
$output .= '<br />['.url('admin/useredit/'.$owner['id'],'Manage this User').']';
}
[/code]

into

[code]
ass(array('title'=>$owner['username'].' '.$onoff, 'content'=>'<center>'.$output.'</center>'));
[/code]

165 months ago
DeFender (@defender)
Join date: Oct 1st 2010
Community posts: 167
View Profile
Send Message

thanks :)

165 months ago
fantastica (@fantastica)
Join date: Nov 26th 2010
Community posts: 82
View Profile
Send Message

[quote=falcone]version 4.1

u.module.php

function show_sidebar

change

[code]
ass(array('content'=>'<center>'.$output.'</center>'));
[/code]

below
[code]
if (allow_access(3)) {
$output .= '<br />['.url('admin/useredit/'.$owner['id'],'Manage this User').']';
}
[/code]

into

[code]
ass(array('title'=>$owner['username'].' '.$onoff, 'content'=>'<center>'.$output.'</center>'));
[/code] [/quote]

it show all my members online all the time even if they are not on line !!!!!
i use 4.2.1 ultimate virsion
i sing up for 4 users then log out then login then see the others is on line .

thanks

164 months ago
fantastica (@fantastica)
Join date: Nov 26th 2010
Community posts: 82
View Profile
Send Message

[quote=fantastica]

it show all my members online all the time even if they are not on line !!!!!
i use 4.2.1 ultimate virsion
i sing up for 4 users then log out then login then see the others is on line .

thanks [/quote]

why you are not replay to me ?????????????
why i feel alon here why !!!!!!
all my post not replayed !!!
what did i do wrong ???
i purchase the soft ware . i need help

thank u

164 months ago
Eliz zeta (@eliz)
Join date: Nov 29th 2010
Community posts: 153
View Profile
Send Message

fantastica
people helping her are not the oficial stuff. for problems with the jcow core, contacat [img]http://www.jcow.net/web/contact.gif[/img], they will help you sure.
if the problem is about customization, i dont think so because it s a free option to custumize or not your script under you own responsability

164 months ago
AL (@switch48)
Join date: Sep 1st 2010
Community posts: 450
View Profile
Send Message

[quote=fantastica]

why you are not replay to me ?????????????
why i feel alon here why !!!!!!
all my post not replayed !!!
what did i do wrong ???
i purchase the soft ware . i need help

thank u [/quote]

Mate this is a customization to the script if you need help with the core of jcow Plz get in touch with jcow support team ( [email protected] ) otherwise please be a bit patient as not all of us live to answer questions as soon as they are posted ... :)

164 months ago
fantastica (@fantastica)
Join date: Nov 26th 2010
Community posts: 82
View Profile
Send Message

sory sory

164 months ago
Jcow Master (@falcone)
Join date: Sep 2nd 2010
Community posts: 917
View Profile
Send Message

it takes 10 minutes after last action before the online sign dispapears. So if you sign in as user A and logout, wait at least 10 minutes before logging in as user B. User A should be 'offline' by then.

164 months ago
fantastica (@fantastica)
Join date: Nov 26th 2010
Community posts: 82
View Profile
Send Message

[quote=falcone]it takes 10 minutes after last action before the online sign dispapears. So if you sign in as user A and logout, wait at least 10 minutes before logging in as user B. User A should be 'offline' by then. [/quote]

yes , ok now i understand
thank u falcon too

164 months ago